gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c Whitespace
authorTor Lillqvist <tml@novell.com>
Wed, 2 Nov 2005 13:33:27 +0000 (13:33 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 2 Nov 2005 13:33:27 +0000 (13:33 +0000)
commitc2c55f838546073409df60e8107551f9235864d9
tree2baa3edb36580e04162ea280e7f921489bae2f7f
parentaa70008f0bc278e13ce0504d97d93d4d3b7fd2aa
gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c Whitespace

2005-11-02  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkcolor-win32.c
* gdk/win32/gdkscreen-win32.c
* gdk/win32/gdkwindow-win32.c: Whitespace consistency
fixes. Remove superfluous test for GdkWindow* parameters being
non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
GdkScreen and one GdkDisplay in the Win32 backend, use those
variables instead of the getter functions. For GdkDisplay* and
GdkScreen* parameters, check that they are equal to the
corresponding singleton variables instead of the more general
GDK_IS_DISPLAY() or GDK_IS_SCREEN().
ChangeLog
ChangeLog.pre-2-10
gdk/win32/gdkcolor-win32.c
gdk/win32/gdkscreen-win32.c
gdk/win32/gdkwindow-win32.c